home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.2 / IRIX 6.2 CD2.iso / dist / print.idb / usr / lib / print / foundpr.z / foundpr
Text File  |  1996-06-10  |  445b  |  12 lines

  1. #!/bin/sh
  2. #
  3. # This script gets run from the FTRs for FoundPrinter types (see
  4. # /usr/lib/filetypes/install/printers.activeicons.ftr), which are the
  5. # printers that appear in the search tool.  The intent is to provide
  6. # some instruction on how to install the found printer.
  7. #
  8.  
  9. xconfirm -t "Printer \"$1\" is not installed on your system." \
  10.     -t "To install \"$1\" on your system drag its icon" \
  11.     -t "onto the desktop." -icon info >/dev/null 2>&1
  12.